-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.17] 3.17.8 backports 1 #45760
[3.17] 3.17.8 backports 1 #45760
Conversation
grep -q exits as soon as it matches which can cause broken pipes if echo is not finished with the output. It should hopefully fix the issues with calculating the matrix in Ubuntu 24 (no idea why the Ubuntu 24 runners are more sensitive...). (cherry picked from commit 1937736)
…ificate reloading If certificate reloading is enabled with quarkus.http.ssl.certificate.reload-period option, mTLS stop functioning after the reload even when the certificate file is not updated. (cherry picked from commit 7a7207d)
* Fix quarkusio#45555 (cherry picked from commit 5e03739)
(cherry picked from commit d21a1da)
(cherry picked from commit 9e79265)
Fix Otel logging message formating (cherry picked from commit 81f3e20)
It's marked as experimental in the metadata of the extension but not in the documentation. (cherry picked from commit 7f6a046)
(cherry picked from commit 5aa963b)
Fixes quarkusio#45472 (cherry picked from commit 2ed6293)
Fixes quarkusio#45676 (cherry picked from commit 6adfaff)
We were always passing a <<ignored>> value for the native builder which is a problem. We now correctly get the values from the platform properties when possible. (cherry picked from commit 17d805a)
(cherry picked from commit be3edfa)
(cherry picked from commit a94d3ca)
Certain fields that were deemed to be mandatory can in fact be `null`, as demonstrated in newly added tests. Also, this commit fixes translating `XTrimArgs` to the actual argument array in case `MAXLEN` is set to `0`. That is, in fact, a valid value, as demonstrated by the newly added tests and also by inspecting Redis source code [1]. [1] https://github.com/redis/redis/blob/7.2.4/src/t_stream.c#L941 (cherry picked from commit 84d57f6)
…tches the simple name (cherry picked from commit de0e007)
This comment has been minimized.
This comment has been minimized.
🙈 The PR is closed and the preview is expired. |
(cherry picked from commit 051d47d)
Bumps `hibernate-orm.version` from 6.6.4.Final to 6.6.5.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.4.Final to 6.6.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.4...6.6.5) Updates `org.hibernate.orm:hibernate-graalvm` from 6.6.4.Final to 6.6.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.4...6.6.5) Updates `org.hibernate.orm:hibernate-envers` from 6.6.4.Final to 6.6.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.4...6.6.5) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.4.Final to 6.6.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.4...6.6.5) Updates `org.hibernate:hibernate-jpamodelgen` from 6.6.4.Final to 6.6.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.4...6.6.5) Updates `org.hibernate.orm:hibernate-community-dialects` from 6.6.4.Final to 6.6.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.4...6.6.5) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-graalvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-envers dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate:hibernate-jpamodelgen dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 37d0453)
(cherry picked from commit 46bb4cd)
Status for workflow
|
Status for workflow
|
Please don't merge, I will merge it myself.